Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - multi threaded server
Search - multi threaded server - List
多线程并发服务器,服务器与客户端的连接,客户端发送消息给服务器,服务器接收后经处理回传给客户端。-Concurrent multi-threaded server, server and client connection, the client sends a message to the server, the server receives the process back to the client.
Update : 2024-05-06 Size : 55296 Publisher : 无聊思念寂寞

tcp 多线程服务器接收客户端发送的文件-tcp multi-threaded server receives the client sends the file
Update : 2024-05-06 Size : 1722368 Publisher : wangyaning

DL : 0
类似于QQ的聊天软件,使用了多线程服务器,可以发送QQ表情,对于多线程的使用,通信、表情添加等有很参考意义-Similar QQ chat software, the use of a multi-threaded server, you can send QQ expression, the use of multi-threading, communication, Wink, etc. There are a reference value
Update : 2024-05-06 Size : 164864 Publisher : 无佛浪人

多线程服务器简单代码。主要代码,适合新手学习。-Simple multi-threaded server code. The main code, suitable for novice learning.
Update : 2024-05-06 Size : 1024 Publisher : 王总

DL : 0
高校学校成绩管理系统,包括论文。着时代的进步,网络的应用已经相当普及,人们也认识到网络信息量大,传播方便快捷等特点,网上银行、网上商店、网上查分都应运而生。需求促进了技术的发展,而在这其中,PHP技术则因为可以进行复杂的数据库操作、很强的交互性以及方便用户控制管理且简便易学而备受青睐,成为当前相当热门的网络开发技术。MYSQL是一个真正的多用户,多线程的MYSQL数据库服务器。是一个客户机/服务器结构的实现,它由一个服务器守护程序MYSQL和不同的客户程序和库组成。由于其源码的开放性及稳定性,且与网站流行编程语言PHP的完美结合,很多站点都利用其作为后端数据库,获得了广泛应用。-The college school management system, including paper. The progress of the times, the application of the network has been very popular, it is also recognized to the large amount of network information, the dissemination of convenient features, online banking, online store, online check points have emerged. Needs to promote the development of the technology, in this one, PHP technology because of complex database operations can be carried out, the strong interaction and user-friendly control management is simple to learn but favored, has become quite popular web development technology. MYSQL is a true multi-user, multi-threaded server MYSQL database. Is the realization of a client/server architecture, which consists of a server daemon MYSQL and different client programs and libraries. Because of its openness and stability of the source code, and the website popular programming language PHP perfect combination of many sites use, widely used as a back-end database.
Update : 2024-05-06 Size : 1770496 Publisher : 狂人

DL : 0
winsock编程,在多线程下的服务器端,实现可以同时接受多个客户端请求-Multi-threaded server-side winsock programming
Update : 2024-05-06 Size : 1024 Publisher : xiang

DL : 0
简单的windows环境下的socket程序,含有多线程,实现服务器和客户端互发消息。适合编写socket 的初学者-Socket program under a simple Windows environment containing multi-threaded server and client to send and receive messages. For the preparation of a socket beginners
Update : 2024-05-06 Size : 2048 Publisher : 李俊

DL : 0
最基本的java socket编译 实现server服务器的单线程 多线程,使用rmi接口实现简单的客户端服务-会议记录系统-Basic java socket compiled single-threaded multi-threaded server server, using RMI interface simple client services- conference recording system
Update : 2024-05-06 Size : 2861056 Publisher : zy

DL : 0
本系统采用C/S结构,开发中利用了TCP/IP协议,多线程,Socket编程等技术。在服务器监听多个客户端中使用多线程。系统中信息的发送和读取采用自定义的对象来传递。对于用户信息等内容利用MySql数据库进行存储。系统的主要模块为,用户注册模块,用户登录模块,用户添加好友和删除好友模块,好友聊天模块。当前系统是通过服务器转发实现好友聊天。-The system uses C/S structure, the development of the use of the TCP/IP protocol, multi-threaded, socket programming technology. The use of multi-threaded server listens on multiple clients. System information is transmitted and read using a custom object to pass. Using MySql database for user information to be stored. The main module of the system, user registration module, user login module, the user module, add friends and remove friends friends to chat module. The current system is transmitted through the server and chat with friends.
Update : 2024-05-06 Size : 575488 Publisher : 丁强

DL : 0
tcp服务器程序设计,tcp客户端程序设计,多线程服务器,网络对时程序设计-tcp server program design, tcp client program design, multi-threaded server, network time programming
Update : 2024-05-06 Size : 17257472 Publisher : shanshan

DL : 0
以前一直认为易语言服务端组件编写多线程是妄想,现在发现只是误解,很多时候只是处理方式的问题,本程序只使用了服务端组件,No Api,No 其它网络支持库,No 多线程支持库。-Previously been considered easy language to write multi-threaded server component is delusional, now found only misunderstood, often just a way to deal with the problems, the program uses only server-side components, No Api, No other network support library, No multi-threading support library .
Update : 2024-05-06 Size : 4096 Publisher : 达到

rc目录包括各个程序的源代码,其中有: FClient(命令行界面的客户端) FClientFrame(图形界面的客户端) FServer(单线程服务器) FThreadServer(多线程服务器) 各个程序目录里面包含了各自的源程序(src文件夹)、二进制class文件(bin文件夹)以及javadoc文档(doc文件夹),还包含了批处理文件(build.bat、run.bat)。 demo目录含有各个程序运行必须的批处理文件。包括 runc.bat 运行图形界面客户端 runc1.bat 运行命令行界面客户端 runs.bat 运行单线程服务器 runt.bat 运行多线程服务器-rc directories including all source code, including: FClient (command-line interface client) FClientFrame (GUI client) FServer (single-threaded server) FThreadServer (multi-threaded server) each program directory which contains the respective source program (src folder), the binary class files (bin folder) and javadoc documentation (doc folder), but also contains a batch file (build.bat, run.bat). demo directory contains the various procedures required to run the batch file. Including runc.bat run GUI client runc1.bat run the command-line interface to run single-threaded server client runs.bat runt.bat running multi-threaded server
Update : 2024-05-06 Size : 52224 Publisher : 黄玉

DL : 0
TCPsocket多线程,服务器与两个客户端之间通信,简单的多线程通信。-中文(简体)英语日语TCPsocket multi-threaded, server and communication between the two clients, a simple multi-threaded communications.
Update : 2024-05-06 Size : 459776 Publisher : yangjidong

完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理 SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠 操作。-The full realization of the registry handling, document processing. Services using multi-threaded server that can best handle SOCKET request. Data receiving and sending functions can be said to be the best at this stage, the use of asynchronous overlapping operations.
Update : 2024-05-06 Size : 223232 Publisher : ledonJu

完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理 SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠 操作。-The full realization of the registry handling, document processing. Services using multi-threaded server that can best handle SOCKET request. Data receiving and sending functions can be said to be the best at this stage, the use of asynchronous overlapping operations.
Update : 2024-05-06 Size : 223232 Publisher : couphea

TCP套接字编程实现: 开发一个多线程服务器,它能并行服务于多个请求。 提示: 用Java或c/c++语言开发; 通过调用操作系统API接口创建线程; 假定3个客户端,客户端i发送“Hi,God”,服务器回答“What can I do for you, my son i”,客户端收到后显示服务器回答。 分别用TCP和UDP两个协议来测试,端口号自定义 -TCP socket programming: Develop a multi-threaded server, it can serve multiple requests in parallel. Tip: Use Java or c/c++ language development by calling the operating system API interface to create threads assume 3 client, the client i send " Hi, God" , the server replied " What can I do for you, my son i" , displayed after the client receives the server reply. TCP and UDP were used to test the two protocols, port numbers Custom
Update : 2024-05-06 Size : 3072 Publisher : yelangya

DL : 0
用java写的一个基于多线程web服务器的线程池程序,,供大家参考和学习-Using java to write a web-based multi-threaded server thread pool procedures, for your reference and learning
Update : 2024-05-06 Size : 10299392 Publisher : 淦华

DL : 0
TCP服务端和客户端。服务端需要多线程的方式支持多个客户端的同时请求-TCP server and client. Multi-threaded server needs to support multiple clients simultaneously request
Update : 2024-05-06 Size : 2048 Publisher : lry

Linux上实现的多线程并发服务器程序,包含客户端与服务器源码,GCC编译。-Implemented on Linux multi-threaded server, including client and server source code, GCC compiler.
Update : 2024-05-06 Size : 3072 Publisher : easy

在高性能的网络程序中的多线程服务器的常用编程模型.-Common programming model for high-performance network program multithreaded servers.
Update : 2024-05-06 Size : 360448 Publisher : 耶涛
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 32 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.